'Declaration<DispIdAttribute(450)> Function SearchText( _ ByVal Text As String, _ ByVal Occurrence As Integer, _ ByVal CaseSensitive As Boolean, _ ByVal WholeWords As Boolean, _ ByRef Left As Single, _ ByRef Top As Single, _ ByRef Width As Single, _ ByRef Height As Single _ ) As Boolean
[DispId(450)] bool SearchText( string Text, int Occurrence, bool CaseSensitive, bool WholeWords, ref float Left, ref float Top, ref float Width, ref float Height )
function SearchText(
Text: String;
Occurrence: Integer;
CaseSensitive: Boolean;
WholeWords: Boolean;
var Left: Single;
var Top: Single;
var Width: Single;
var Height: Single
): Boolean;
DispIdAttribute(450) function SearchText( Text : String, Occurrence : int, CaseSensitive : boolean, WholeWords : boolean, Left : float, Top : float, Width : float, Height : float ) : boolean;
[DispId(450)] bool SearchText( string* Text, int Occurrence, bool CaseSensitive, bool WholeWords, ref float Left, ref float Top, ref float Width, ref float Height )
[DispId(450)] bool SearchText( String^ Text, int Occurrence, bool CaseSensitive, bool WholeWords, float% Left, float% Top, float% Width, float% Height )
Parameters
- Text
- Occurrence
- CaseSensitive
- WholeWords
- Left
- Top
- Width
- Height